home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / etman.lha / man / mann / typedef.CallFunc.n < prev    next >
Text File  |  1991-10-24  |  797b  |  41 lines

  1.  
  2.  
  3. .SH TYPEDEF NAME
  4. \fBfunctionptr CallFunc(
  5. void* firstArg, void* secondArg, void* ThirdArg, void* FourthArg)
  6. .SH DESCRIPTION
  7. A Function accepting four void pointers. Used f.i. in method \fImethod System::Call\fP which is called from PROGENV and ObjectTable.
  8. .SH ARGUMENTS
  9. .TP
  10. \fBvoid* firstArg
  11. .br
  12. Function Argument. Semantics is implementation dependent.
  13. .TP
  14. \fBvoid* secondArg
  15. .br
  16. Function Argument. Semantics is implementation dependent.
  17. .TP
  18. \fBvoid* ThirdArg
  19. .br
  20. Function Argument. Semantics is implementation dependent.
  21. .TP
  22. \fBvoid* FourthArg
  23. .br
  24. Function Argument. Semantics is implementation dependent.
  25. .SH CATEGORIES
  26.  
  27. .na
  28. implementation
  29. .ad b
  30.  
  31. .SH FILES
  32. .PD 0
  33. .TP 20
  34. declaration:
  35. \fBSystem.h
  36. .SH HISTORY
  37. chris@csesbg.at    Fri Apr 12 16:35 1991
  38. .br
  39. chris@csesbg.at    Wed Apr 17 13:49 1991
  40. .br
  41.